GridWithWeights

A grid that has weighting per node

deprecated
struct GridWithWeights (
T
U = ubyte
V = typeof(T.x)
) {}

Alias This

this_

Members

Functions

cost
U cost(T a, T b, U default_)

Gets the weighting for an item

Variables

this_
SquareGrid!(T, V) this_;
Undocumented in source.

Parameters

T

A point type with x and y fields

U

The type of x and y

Meta